Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
public void SetRequestedImageThumbnail(
RasterImage image,
int[] indexes,
int[] widthArray,
int[] heightArray
)
Public Overloads Sub SetRequestedImageThumbnail( _
ByVal image As RasterImage, _
ByVal indexes() As Integer, _
ByVal widthArray() As Integer, _
ByVal heightArray() As Integer _
)
public:
void SetRequestedImageThumbnail(
RasterImage^ image,
array<int>^ indexes,
array<int>^ widthArray,
array<int>^ heightArray
)
image
the thumbnails to be set.
indexes
Array of Integers containing the index of each thumbnail in the cell.
widthArray
Array of Integers containing the width of the original image to each thumbnail.
heightArray
Array of Integers containing the height of the original image to each thumbnail.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document